body{
  font-family: '微软雅黑';
  min-width: 1200px;
}
.fl{
  float: left;
}
.fr{
  float: right;
}
.cl::after{
  content: '';
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.wrapper{
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.mtop30{
  margin-top: 15px;
}
.mbottom{
  margin-bottom: 35px;
}
.header-top{
  height: 40px;
  line-height: 40px;
  width: 100%;
  min-width: 1200px;
  background-color: #272a33;
}
.header-top ul{
  height: 40px;
  line-height: 40px;
  background-color: #115fc4;
  float: right;
  padding-left: 20px;
  padding-right: 20px;
}
.header-top ul li{
  float: left;
}
.header-top ul li a{
  color: #fff;
  font-size: 14px;
}
.header-top ul li:first-child a{
  border-right: 1px solid #fff;
  margin-right: 8px;
  padding-right: 8px;
}
.search-menu{
/*  margin-top: 10px;
  margin-bottom: 10px;*/
}
.search-menu .fl{
  width: 712px;
}
.search-menu .fl .logo,.search-menu .fl .menu{
  float: left;
}
.search-menu .fl .logo{
  margin-right: 15px;
}
.search-menu .fl .menu{
  margin-top: 30px;
}
.search-menu .search{
  margin-top: 15px;
}
.search-menu .fl .menu ul li{
  float: left;
}
.search-menu .fl .menu li a{
  border-right: 1px solid #363636;
  margin-right: 16px;
  padding-right: 16px;
  color: #363636;
}
.search-menu .fl .menu li.active a{
  color: #115fc4;
  font-weight: bold;
}
.search-menu .fl .menu li:last-child a{
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
.search-menu .search{
  width: 468px;
  text-align: right;
  position: relative;
}
.search-menu .search .keyword{
  height: 42px;
  width: 455px;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 90px;
  border: 1px solid #c0c0c0;
  border-radius: 5px;
}
.search-menu .search .search-btn{
  position: absolute;
  right: 0;
  height: 42px;
  width: 80px;
  text-align: center;
  background-color: #115fc4;
  border-radius: 0 5px 5px 0;
}
.search-menu .search .search-btn img{
  cursor: pointer;
  position: relative;
  top: 10px;
}
/* end-header */

.sub-menu{
  background: url(../images_new/menu-bgnew.png) no-repeat;
  background-size: 100% 100%;
  height: 86px;
}
.sub-menu .sub-menu-fl{
  background-color: #1c9e3b;
  /*padding-left: 40px;*/
  /*padding-right: 34px;*/
  /*margin-right: 40px;*/
  margin-right: 0px;
  height: 86px;
  line-height: 86px;
      width: 195px;
    text-align: center;
}
.sub-menu .sub-menu-fl img{
  position: relative;
  top: -5px;
  margin-right: 12px;
}
.sub-menu .sub-menu-fl a {
  
  font-size: 22px;
  color: #fff;
}
.sub-menu .sub-menu-fl-1{
  /*width: 430px;*/
  width: 405px;
  position: relative;
  top: 12px;
  margin-left: 40px;
}
.sub-menu .sub-menu-fl-1 li{
  float: left;
  width: 25%;
  margin:5px 0
}
.sub-menu .sub-menu-fl-1 li a{
  color: #b8b8e8;
  font-size: 15px;
  font-weight: bold;
}
.sub-menu .sub-menu-fl-2{
  width: 460px;
  position: relative;
  top: 27px;
  margin-left: 65px;
}
.sub-menu .sub-menu-fl-2 li{
  float: left;
  width: 18.333%;
  margin:5px 0
}
.sub-menu .sub-menu-fl-2 li a{
  color: #b8b8e8;
  font-size: 15px;
}
.sub-menu .sub-menu-fl-2 li a.active{
  color: #ffffff;
}
.sub-menu-fr{
  margin-top: 35px;
  margin-right: 10px;
}
.sub-menu-fr .layui-nav{
  background-color: transparent;
}
.sub-menu-fr .layui-nav-child{
  top: 30px;
  left: auto;
  right: 0;
}
.menu-more{
  cursor: pointer;
}
/*.sub-menu li{
  float: left;
  height: 60px;
  line-height: 60px;
}
.sub-menu li a{
  color: #b7b8e9;
  font-size: 16px;
  margin-right:15px;
  padding-right: 15px;
  border-right: 1px solid #b7b8e9;
}
.sub-menu li:last-child a{
  border-right: 0;
}
.sub-menu li.active{
  background-color: #1c9e3b;
  padding-left: 40px;
  padding-right: 34px;
  margin-right: 40px;
}
.sub-menu li.active img{
  position: relative;
  top: -5px;
  margin-right: 16px;
}
.sub-menu li.active a{
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
  font-size: 22px;
  color: #fff;
}*/
/* end submenu */


.banner{
  margin-top: 8px;
  height: 336px;
  overflow: hidden;
}
.banner .banner-left{
  width: 490px;
  position: relative;
  margin-right: 30px;
}
.banner .banner-left .banner-text{
  position: absolute;
  z-index: 111;
  height: 48px;
  background-color: #2f2f2f;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
}
.banner .banner-left .banner-text a{
  display: block;
  color: #fff;
  padding: 6px 5px;
  line-height: 1.5;
}
.banner .banner-left .banner-hot{
  position: absolute;
  z-index: 111;
  text-align: center;
  left: 0;
  bottom: 6px;
  width: 100%;
}

.banner .banner-left .banner-hot li{
  display: inline-block;
  height: 3px;
  width: 40px;
  background-color: #626262;
  margin-right: 12px;
}
.banner .banner-left .banner-hot li.active{
  background-color: #fff;
}
.header-t {
  height: 25px;
  line-height: 22px;
  overflow: hidden;
  position: relative;
}
.header-t .fl img{
  position: relative;
  top: -2px;
  margin-right: 2px;

}
.header-t strong{
  font-size: 18px;
  font-weight: bold;
}
.header-t .fr,.header-t .fr a{
  color: #9b9b9b;
}
.banner .hot{
  width: 330px;
}
.hy-box{
  margin-top: 20px;
}
.hy-box li{
  margin-bottom: 16px;
}
.hy-box li:last-child{
  margin-bottom: 0;
}
.hy-box li strong{
  font-size: 16px;
  display: block;
  height: 22px;
  margin-bottom: 2px;
  line-height: 22px;
  overflow: hidden;
  color: #333;
  white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}
.hy-box li p{
  font-size: 13px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  color:#ababab;
  white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}
.banner .activity{
  width: 330px;
}
.hd-box{
  margin-top: 10px;
}
.hd-box ul{
  margin-top: 15px;
}
.hd-box li{
  background: url(../images_new/icon-dot.png) no-repeat left 10px;
  padding-left: 12px;
  margin-top: 8px;
}
.hd-box li strong{
  display: block;
  font-size: 16px;
  padding: 2px 0 3px;
  color: #373737;
  white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}
.hd-box li p{
  font-size: 13px;
  color: #848484;
  white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}

.category-box{
  margin-top: 6px;
}
.category-left{
  width: 842px;
  position: relative;
  /*border-top: 1px solid #8db2e3;*/
}
.category-left .header-t{
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 11px;
  position: relative;
  border-top: 1px solid #8db2e3;
  background:repeating-linear-gradient(to bottom,#d7e3fb,#e5ecfc,#fff); 
}
.category-left .index-cate-fl .header-t .icon-sjx{
  display: none;
}
.category-left .index-cate-fl .header-t{
  padding-left: 0;
  padding-right: 0;
  padding-top: 12px;
  border-top: 0;
  background:transparent; 
}
.icon-sjx{
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 12px solid #115fc4;
  border-right: 12px solid transparent;
}

.wrap-c1-fl-con{
  margin-top: 5px;
}
.wrap-c1-fl-con li{
	width: 100%;
	position: relative;
	z-index: 101;
	border-radius: 2px;
	padding: 15px 20px 5px 0;
	height: 195px;
	box-sizing: border-box;
	display: flex;
	justify-content: start;
	border-bottom: 1px solid #e1e1e1;
}
.wrap-c1-fl-con a:last-child li{
	/* border-bottom: 0; */
}
.wrap-c1-fl-con li:hover{
	/* background: #F3F6F8 */
}
.article-list-img {
  width: 260px;
  height: 150px;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-right: 36px;
    background: #edf1f4;
}
.article-list-img img {
    width: 260px;
    max-height: 145px;
    border-radius: 2px;
    transition: all 1s;
}
.article-list-des {
    position: relative;
    width: 100%;
}
.article-list-title {
    margin-top: 2px;
    max-height: 48px;
    line-height: 24px;
		margin-right: 15px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
		font-size: 18px;
		color: #262626;
		text-align: justify;
		transition: .5s;
		font-weight: bold;
}
.article-list-nr {
    margin-top: 15px;
    font-size: 13px;
    height: 40px;
    color: #8c8c8c;
    line-height: 20px;
    letter-spacing: 1px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-wrap: break-word;
    word-break: normal;
}
.article-list-bottom {
    display: flex;
    justify-content: flex-start;
    font-size: 12px;
    line-height: 18px;
    color: #b4b4b4;
    /* margin-top: 22px; */
    position: absolute;
    bottom: 22px;
    width: 100%;
    height: 20px;
}
.article-list-time {
    margin-left: 49px; 
}
.category-left .loadmore{
  text-align: center;
  background-color: #F6F6F6;
  height: 50px;
  line-height: 50px;
  margin-top: 25px;
}
.category-left .loadmore a{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #333;
}
.category-right{
  width: 330px;
}

.right-box .header-t{
  border-top: 2px solid #4884d2;
  padding-top: 16px;
  padding-bottom: 16px;
}
.pinpai-list {
  margin-top: 5px;
}
.pinpai-list li{
  overflow: hidden;
  margin-bottom: 10px;
}
.pinpai-list li img{
  float: left;
  width: 120px;
  /*height: 76px;*/
  margin-right: 15px;
  border: 1px solid #ebebeb;
  min-height: 70px;
  max-height: 95px;
}
.pinpai-list li  a.text{
  position: relative;
  top: 6px;
  color: #373737;
  line-height: 1.8;
}
.mtop{
  margin-top: 35px;
}
.peixun-box .peixun-banner{
  width: 330px;
  height: 185px;
  position: relative;
}
.peixun-box .peixun-banner img{
  width: 330px;
  /*height: 185px;*/
}
.peixun-box .peixun-banner a.text{
  width: 100.5%;
  height: 36px;
  line-height: 36px;
  background-color: rgba(0,0,0,.5);
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 14px;
}
.peixun-box ul li{
  overflow: hidden;
  margin-top: 10px;
}
.peixun-box ul li img{
  float: left;
  width: 120px;
  /*height: 70px;*/
  margin-right: 15px;
}
.peixun-box ul li a.text{
  font-size: 16px;
  color: #373737;
  display: block;
  height: 42px;
  overflow: hidden;
  margin-bottom: 12px;
}
.peixun-box ul li p{
  color: #848484;
  font-size: 13px;
}
.right-box-gg{
  margin: 25px 0;
}
.zhaobiao-list dl{
  margin: 30px 0 10px;
}
.zhaobiao-list dl:first-child{
  margin-top: 10px;
}
.zhaobiao-list dl dt{
  margin: 8px 0 20px;
  font-weight: bold;
  white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}
.zhaobiao-list dl dt a{
  font-size: 15px;
}
.zhaobiao-list dl dd{
  height: 16px;
  line-height: 16px;
  overflow: hidden;
  padding-left: 15px;
  margin: 10px 0px 20px;
  background: url(../images_new/li-ico.png)  no-repeat top 6px left;
    white-space: nowrap;
 overflow: hidden;
 background-size: 5px 5px;
 text-overflow: ellipsis;
}
.zhaobiao-list dl dd a{
  font-size: 15px;
}

/*login*/
.softLogin{
  padding-bottom: 30px;
}
.loginContent header{
  height: 130px;
    background: url("../images/loginBg.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.close{
  width: 20px;
    height: 20px;
    background: url("../images/close.png") no-repeat 50%;
    background-size: 100% 100%;
    position: absolute;
    top: 20px !important;
    right: 20px;
    cursor: pointer;
}
.searchLayer{
  display: none;
}
.logoSearch{
  width: 260px;
}
.searchAuto h1{
  padding-top: 78px;
}
.searchAuto{
  width: 1150px;
  position: relative;
  margin: auto;
}
.searchAutoInput{
  height: 56px;
    margin-top: 166px;
    margin-left: 120px;
}
.searchAutoInput input{
  height: 50px;
    width: 600px;
    font-size: 40px;
    color: #a7a7a7;
    letter-spacing: 0;
    text-align: left;
    float: left;
    position: relative;
    top: 3px;
    border-radius: 1px;
    background: transparent;
    border: none;
    outline:none;
}
.searchAuto .close{
  width: 30px;
    height: 30px;
    top: 80px;
    right: 0px;
}
.userFrom input{
  width: 220px;
    border: none;
    height: 100%;
    padding-left: 5px;
    font-size: 16px;
    color: #262626;
    outline:none;
}
.userFrom .from{
  width: 320px;
  margin: auto;
  border-bottom: 1px solid rgba(0,0,0,.2);
  height: 55px;
    line-height: 55px;
}
.loginBtn{
  background: #d4d6d9;
    border-radius: 2px;
    width: 320px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    border: none;
    outline: none;
    cursor: default;
    font-size: 16px;
    color: #fff;
    margin: auto;
    margin-top: 40px;
    cursor: pointer;
}
.loginFooter{
  font-size:12px;
    color: #a7a7a7;
    text-align: center;
    line-height: 30px;
    margin-top: 20px;
}
.loginFooter span{
  cursor: pointer;
  margin-right: 5px;
  margin-left: 5px;
}
.code span{
  font-size: 13px;
  color: #25913f;
  cursor: pointer;
  float: right;
}
.createFooter{
  text-align: center;
  font-size: 13px;
    color: #a7a7a7;
    line-height: 22px;
    margin-top: 15px;
}
.createFooter font{
  color: #25913f;
  cursor: pointer;
}
.createFooter input{
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -2px;
}
.userFrom input::-webkit-input-placeholder { 
    /* WebKit browsers */ 
    font-size:14px;
    color: #a7a7a7;
} 
.userFrom input::-moz-placeholder { 
    /* Mozilla Firefox 19+ */ 
    font-size:14px;
    color: #a7a7a7;
} 
.userFrom input:-ms-input-placeholder { 
    /* Internet Explorer 10+ */ 
    font-size:14px;
    color: #a7a7a7;
}

.loginContent .loginLand{
  background: #25913f;
}

/* index */
.wrap-bg{
  min-height: 493px;
  background: url(../images_new/wrapper-bg.png) no-repeat top center;
}
.wrap-box{
  padding: 0 0;
  background-color: #fff;
  min-height: 493px;
}
.index-menu{
  width: 100%;
  height: 86px;
  background: url(../images_new/i-nav-bg_new.png) no-repeat center center;

}
.index-menu,.index-menu a{
  color: #b5b7ea;
}
.index-menu .item{
  float: left;
}
.index-menu .item strong{
  display: block;
  margin-top: 6px;
  color: #fff;
}
.index-menu .item ul{
  margin-left: 30px;
  padding-right: 30px;
  border-right: 1px solid #8786d8;
}

.index-menu .item{
  margin-left: 30px;
  padding-top: 20px;
}
.index-menu .item:first-child{
  margin-left: 50px;
}
.index-menu .item:last-child ul{
  margin-right: 0;
  border-right: 0;
}
.index-menu .item ul li{
  float: left;
  width: 5em;
  margin-top: 2px;
  margin-bottom: 5px;
  /*margin-left: 2em;*/
}

.index-banner{
  margin-top: 5px;
  height: 298px;
  overflow: hidden;
}
.index-banner .index-banner-left{
  width: 530px;
  position: relative;
  margin-right: 25px;
}
.index-banner .index-banner-left .banner-hot{
  position: absolute;
  z-index: 111;
  text-align: center;
  left: 0;
  bottom: 6px;
  width: 100%;
}

.index-banner .index-banner-left .banner-hot li{
  display: inline-block;
  height: 3px;
  width: 40px;
  background-color: #626262;
  margin-right: 12px;
}
.index-banner .index-banner-left .banner-hot li.active{
  background-color: #fff;
}
.i-banner-center{
  width: 270px;
}
.i-banner-center div:last-child{
  margin-top: 4px;
}
.i-banner-center div img{
  /*width: 300px;*/
  /*height: 160px;*/
  width: 262px;
  height: 146px;
  margin-left: -6px;
  margin-top: 0;
}
.i-banner-right{
  width: 355px;
  padding-top: 12px;
  margin-right: 5px;
}
.index-cate-fl{
  width: 842px;
  height: 370px;
}
.index-cate-fr{
  width: 330px
}
.index-cate-fr img{
  width: 330px;
  height: 380px;
}
.index-cate-fl .cate-item{
  margin-right: 20px;
  width: 265px;
}
.index-cate-fl .cate-item:last-child{
  margin-right: 0;
}
.index-cate-fl .cate-item .hd-box{
  margin-top: 20px;
  width: 265px;
}
.index-cate-fl .cate-item .hd-box ul,.index-cate-fl .cate-item .hd-box li{
  margin-top: 15px;
}
.box-box-list .box-box-list-left{
  width: 380px;
}
.box-box-list .box-box-list-right{
  width: 440px;
 /* white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
 display: block;*/
}
.box-box-list-right .front a{
  font-size: 17px;
  font-weight: 600;
  color: #115fc4;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.box-box-list-right .hd-box{
  margin-top: 40px;
}
.box-box-list-right .hd-box:first-child{
  white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
  margin-top: 10px;
}
.box-box-list-right .hd-box li{
  margin-top: 17px;
}
.img-box-col1 .text {
  margin: 18px 5px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.img-box-col2 li{
    float: left;
    width: 50%;
    text-align: center;
}
.img-box-col2 li a.block{
    width: 178px;
}
.img-box-col2 li a.block .text{
    margin: 18px 5px 5px;
    font-size: 12px;
    font-weight: bold;
    color: #000;
}

.wrap-banner{
  width: 100%;
  height: 350px;
  position: relative;
}
.wrap-banner .banner-hot{
  position: absolute;
  z-index: 111;
  text-align: center;
  left: 0;
  bottom: 6px;
  width: 100%;
}

.wrap-banner .banner-hot li{
  display: inline-block;
  height: 3px;
  width: 40px;
  background-color: #626262;
  margin-right: 12px;
}
.wrap-banner .banner-hot li.active{
  background-color: #fff;
}

.wrap-clum{
  width: 100%;
  position: relative;
  margin-top: 10px;
  border-top: 1px solid #8db2e3;
}
.wrap-clum .header-t{
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 12px;
  height: 40px;
  background:repeating-linear-gradient(to bottom,#d7e3fb,#e5ecfc,#fff); 
}
.form-right{
  position: relative;
}
.form-right .keyword{
  width: 275px;
  height: 37px;
  line-height: 37px;
  border: 1px solid #c0c0c0;
  box-sizing: border-box;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 45px;
}
.form-right .submit{
  position: absolute;
  top: 5px;
  right: 15px;
  cursor: pointer;
}
.colum-col{
  margin-top: 10px;
}
.colum-col li{
  float: left;
  width: 382px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.colum-col li:nth-child(3n){
  margin-right: 0;
}
.colum-col li img.pic{
  width: 381px;
  height: 223px;
}
.col-desc{
  border: 1px solid #d6d6d6;
  padding: 10px 12px 20px;
}
.col-desc .time{
  color: #115fc4;
  font-size: 12px;
  line-height: 2;
}
.col-desc .time img{
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.col-desc .title{
  height: 50px;
  line-height: 1.5;
  font-size: 16px;
  color: #000;
  overflow: hidden;
  margin: 10px 0 25px;
}
.col-desc .title a{
  line-height: 1.5;
  font-size: 16px;
  color: #000;
}
.col-desc .sub-more .fl{
  font-size: 13px;
  color: #868686;
}
.col-desc .sub-more .fr .p{
  padding: 3px 20px;
  background-color: #a6a6a6;
  color: #fff;
  border-radius: 5px;
}
.col-desc .sub-more .fr .p a{
  color: #fff;
}
.col-desc .sub-more .fr .p-play{
  background-color: #115fc4;
}
.col-desc .sub-more .fr .p-start{
  background-color: #1c9e3b;
}
.sub-more-pic .fl{
  margin-top: -10px;
}
.sub-more-pic .fl img{
  margin-right: 10px;
}
.zt-list{
  margin-top: 5px;
}
.zt-list li {
  width: 100%;
  position: relative;
  z-index: 101;
  border-radius: 2px;
  padding: 25px 0;
  height: 195px;
  box-sizing: border-box;
  display: flex;
  justify-content: start;
  border-bottom: 1px solid #E3E8F1;
}
.article-list-des {
  position: relative;
  width: 100%;
}
.article-list-des .time{
  font-size: 12px;
  margin: 10px 0;
  color: #b3b3b3;
}
.article-list-des .time span{
  padding-left: 15px;
  color: #868686;
}
.zt-list .article-list-nr{
  margin-top: 20px;
  height: 60px;
  max-height: 60px;
  -webkit-line-clamp: 3;
  color: #868686;
}
.page-list{
  text-align: center;
  margin-top: 30px;
}
.page-list a,.page-list span{
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  padding: 0 15px;
  color: #666;
}
.page-list a.active{
  color: #FFF;
  background-color: #115fad;
}
.page-list span.no-border{
  border: 0;
}
.page-list span.no-border input{
  height: 38px;
  line-height: 38px;
  width: 30px;
  margin-left: 10px;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  text-align: center;

}


/* footer */
footer{
  width: 100%;
  height: 223px;
  margin-top: 20px;
  background: #272a33;
}
.footer{
  width: 1030px;
  height: 100%;
  font-size: 13px;
  margin: auto;
}
.footer-menu{
  width: 1030px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #555759;
  margin-bottom: 20px;
}
.footer-menu ul{
  width: 700px;
  float: left;
    display: flex;
  justify-content: space-between;
}
.footer-bottom{
  overflow: hidden;
  margin-bottom: 10px;
}
.footer-bottom ul li{
  float: left;
}
.footer-bottom ul li span{
  display: inline-block;
  color: #999999;
  margin-left: 20px;
  margin-right: 20px;
}
.footer-menu ul{
  color: #999999;
}
.footer-bottom ul{
  color: #999999;
}
.footer-menu ul a{
  color: #999999;
}
.footer-bottom ul a{
  color: #999999;
}
.footer a:hover{
  color: #fff;
}
.footer-share .share-in{
  width:100px;
  height: 100px;
  background: #fff;
  position: absolute;
  left: -40px;
  top: -120px;
  display: none;
}
.footer-share {
  width: 70px;
  display: flex;
  justify-content: space-between;
  float: right;
}
.share-in img{
  width: 96px;
  height: 96px;
  display: block;
  margin: auto;
  margin-top: 3px;
}
.triangle-down{
  width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 0%);
}
.footer-share #wecat{
  width: 23px;
  height: 19px;
  background: url('../images_new/icon-weixin.png') no-repeat;
  cursor: pointer;
  position: relative;
}
.footer-share #wecat:hover{
  background: url('../images_new/icon-weixin-ed.png')  no-repeat;
}
.footer-share #wecat:hover .share-in{
  display: block;
}
.footer-share .weibo{
  width: 23px;
  height: 18px;
  background: url('../images_new/icon-wb.png') no-repeat;
}
.footer-share .weibo:hover{
  background: url('../images_new/icon-wb-ed.png')  no-repeat;
}
.footer-bottom .Copyright{
  float: right;
}
.fixed{
    position: fixed;
    bottom: 10vh;
    left: 50%;
    margin-left:605px
}
.fixed li{
    background-color: #115fc4;
    margin-bottom: 3px;
    /* padding: 15px; */
    cursor: pointer;
}
.fixed li img{
    cursor: pointer;
}

.xx-banner{
  position: relative;
  width: 380px;
  height: 430px;
}
.xx-banner .gallery-thumbs{
  position: absolute !important;
  bottom: 20px;
  left: 20px;
  width: 340px;
}

.xx-banner .gallery-thumbs .swiper-slide{
  text-align: center;
}
.xx-banner .gallery-thumbs .swiper-slide img{
  border: 1px solid #4c9dc3;
  cursor: pointer;
  width: 64px;
  height: 72px;
}
.gallery-thumbs .swiper-slide-thumb-active{
  opacity: .5;
  border: 1px solid red;
}
.xx-banner .swiper-button-next, .xx-banner .swiper-button-prev{
  width: 34px;
  height: 34px;
}
.xx-banner .swiper-button-prev{
  left: 0;
}
.xx-banner .swiper-button-next{
  right: 0;
}
.xx-banner .swiper-button-prev.swiper-button-white{
  background: url(../images_new/left.png);
}
.xx-banner .swiper-button-next.swiper-button-white{
  background: url(../images_new/right.png);
}

.layui-fixbar {
  border: 1px solid #dcdcdc;
  width: 40px;
  right: 0!important;
  bottom: 80px!important;
  background: #fff;
}
.layui-fixbar li {
  background-color: #fff!important;
  width: 40px!important;
  border-radius: 0!important;
  position: relative;
}
.layui-fixbar li:first-child {
  display: none;
}

.layui-fixbar li.hover:hover {
  background-color: #25913f!important;
}
.layui-fixbar li:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 24px;
  height: 1px;
  border-bottom: 1px solid #dcdcdc;
  margin-left: -12px;
}
.layui-fixbar li:last-child::after{
  border-bottom: 0;
}
.layui-fixbar li .icon-fixbar {
  width: 17px;
  height: 17px;
  margin: 0 auto;
  background-size: 100% auto;
}
.layui-fixbar li .icon-fixbar.problem {
  background: url(../images_new/icon-problem.png) no-repeat;
}
.layui-fixbar li:hover .icon-fixbar.problem {
  background: url(../images_new/icon-problem-ed.png) no-repeat;
}
.layui-fixbar li.hover:hover .wcode {
  background-image: url(../images_new/icon-wcode-ed.png);
}
.layui-fixbar li .icon-fixbar.wcode {
  background: url(../images_new/icon-wcode.png) no-repeat;
}
.layui-fixbar li .icon-fixbar.phone {
  background: url(../images_new/icon-phone-1.png) no-repeat;
  height: 23px;
}

.layui-fixbar li.hover:hover .top {
    background-image: url(../images_new/icon-top-ed.png);
}
.layui-fixbar li .icon-fixbar.top {
    background: url(../images_new/icon-top.png) no-repeat;
}
.flex {
  display: flex!important;
}
.flex.ac {
  align-items: center;
}
.flex.fcenter {
  justify-content: center;
}
.flex.r-w {
  flex-direction: row;
  flex-wrap: wrap;
}

.layui-fixbar li .arrow{position:absolute;top:calc(100%-50%);right:35px;padding:10px 25px;display:none}.layui-fixbar li .arrow_box{background:#fff;width:auto;height:auto;padding:10px;border:4px solid #dcdcdc;border-radius:6px;min-width:200px;min-height:38px}.arrow_box:before,.layui-fixbar li .arrow_box:after{left:89.5%;top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.layui-fixbar li .arrow_box:after{border-color:rgba(255,255,255,0);border-left-color:#fff;border-width:10px;margin-top:-10px}.layui-fixbar li .arrow_box:before{border-color:rgba(220,220,220,0);border-left-color:#dcdcdc;border-width:16px;margin-top:-16px}.layui-fixbar li .arrow_box p{font-weight:700;font-size:23px;line-height:23px;color:#010101;padding-left:5px;text-align:left}.layui-fixbar li .arrow_box p.wcode{font-size:12px;text-align:center}.layui-fixbar li:hover .arrow{display:block}
/* 轮播图 */
.slideBox {
  width: 720px;
  height: 333px;
  border-radius: 3px;
  overflow: hidden;
  position: relative
}
.slideBox .hd {
  position: absolute;
  bottom: 5px;
  z-index: 99;
}

.slideBox .hd ul li {
  width: 40px;
  height: 36px;
  display: inline-block;
  position: relative
}
.slideBox .hd ul li {
  width: 40px;
  height: 2px;
  background-color: hsla(0,0%,60%,.4)
}
.slideBox .hd ul li span {
  display: none;
  color: #fff;
  position: absolute;
  width: 100%;
  font-size: 14px;
  left: 0;
  top: 0;
  line-height: 36px;
  cursor: pointer
}
.slideBox .hd ul li.on .liner {
  width: 40px;
  height: 2px;
  animation: liner 5s;
  position: absolute;
  top: 0;
  left: 0;
  background: #25913f;
}
.bannerList .slideBox{
  height: 230px !important;
}
.bannerList .slideBox .prev{
  top: 90px;
}
.bannerList .slideBox .next{
  top: 90px;
}
.bannerList .slideBox .hd ul li.on .liner {
  width: 20px;
  height: 2px;
  animation: liner 5s;
  position: absolute;
  top: 0;
  left: 0;
  background: #25913f;
}
.bannerList .slideBox .bd li{
  /* height: 230px; */
}
/* .bannerList .slideBox .bd li a{
  display: block;
} */
/* .slideBox .hd ul li:hover .dot {
  display: none
}
.slideBox .hd ul li:hover {
  width: 206px;
  height: 36px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, #198cff, #8847c1);
  transition: all .1s ease
} */
.slideBox .hd ul li:hover span {
  display: inline-block
}
.slideBox .bd:hover~.prev {
  display: block
}
.slideBox .bd:hover~.next {
  display: block
}
.slideBox .prev:hover {
  display: block
}
.slideBox .next:hover {
  display: block
}
.slideBox .prev {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -25px;
  width: 30px;
  height: 42px;
  background: url('../images/prve-next.png') no-repeat;
  background-position: 0 0;
}
.slideBox .next {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -25px;
  width: 30px;
  height: 42px;
  background: url('../images/prve-next.png') no-repeat;
  background-position: 0 -43px;
}
.article-list-title{
  margin-top: 2px;
    max-height: 48px;
    line-height: 24px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.article-list-title{
  font-size: 18px;
    color: #262626;
    text-align: justify;
    transition: .5s;
    font-weight: bold;
}
.article-list-title:hover{
  color: #25913f;
}
.titeleFontStyle,.desFontStyle,.fromFontStyle,.nStyle,
.timeFontStyle,.FontStyle,.puclicStyle,.imgStyle,.livestyle{
  background: #edf1f4 !important;
  border-radius: 20px;
  display: inline-block;
}
.livestyle{
  width: 100%;
  height: 500px;
  border-radius: 0;
}
.titeleFontStyle{
  width: 397px;
  height: 15px !important;
}

.ft-banner .banner-fr{
  background: #f1f7ff url(../images/fangtan-banner-r-bg.png) bottom center no-repeat;width: 395px;height: 420px;
  box-sizing: border-box;
  padding: 0 15px 0 10px;
  position: relative;
}
.ft-banner .banner-fr h2{
  margin: 22px 0 25px;
  font-weight: bold;
}
.ft-banner .banner-fr .time,.ft-banner .banner-fr .title,.ft-banner .banner-fr .sub-more,.ft-banner .banner-fr .btn{
  margin-left: 10px;
}
.ft-banner .banner-fr .title{
  margin-top: 8px;
}
.ft-banner .banner-fr .title a{
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}
.ft-banner .banner-fr .btn{
  position: absolute;
  left: 0;
  margin-left: 0;
  bottom: 35px;
  text-align: center;
  width: 100%;
}
.ft-banner .banner-fr .sub-more .fl{
  color: #1a1919;
}
.ft-banner .banner-fr .btn span{
  display: block;
  margin: 0 auto;
  padding: 10px 0;
  width: 80%;
  border-radius: 5px;
  background-color: #a6a6a6;
}

.ft-banner .col-desc .btn .p-play{
  background-color: #115fc4;
}
.ft-banner .col-desc .btn .p-start{
  background-color: #1c9e3b;
}
.ft-banner .banner-fr .btn span a{
  color: #fff;
}
.index-banner,.index-cate,.index-cate-box,.wrap-banner,.wrap-clum,.zt-list{
  margin-left: 5px;
  margin-right: 5px;
}
.wrap-clum,.wrap-banner{
  width: auto;
}
.slideBox .hd ul {
  text-align: center;
  padding-left: 0;
}
.slideBox .hd {
      text-align: center;
      width: 100%;
}
.slideBox .bd p{
  padding-left: 0;
}
.i-banner .i-banner-right{
  height: 335px;
}

.list-box ul li {
/*padding-bottom: 12px;*/
margin-bottom: 12px;
background: url(../images_new/li-ico.png) no-repeat top 8px left;
background-size: 5px 5px;
padding-left: 18px;
}
.picc,.pic,.peixun-box ul li img,.hd-box img,.peixun-box .peixun-banner img,.article-list-img img{
  border: 1px solid #c0c0c0;
}
#nc-slide3,#nc-slide4,#nc-slide5{
  width: 300px !important; 
  margin: 10px auto !important; 
  height: 34px !important; 
  line-height: 34px !important; 
  color: #eb0a0a !important; 
  display: none;
}
.btnDisabled{
  color: #d4d6d9;
}
.userUpdate{
  width: 100%;
  height: 215px;
  text-align: center;
}
.userUpdate img{
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.userUpdate p{
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
}
.usernickname{
  width: 320px;
  overflow: hidden;
  margin: auto;
  /* margin-top: 15px; */
}
.usernickname span{
  width: 110px;
  line-height: 45px;
  float: left;
  text-align: right;
  display: block;
}
.usernickname input{
  width: 100%;
    border: none;
  border-bottom: 1px solid #EBEBEB;
    height: 45px;
    padding-left: 5px;
    font-size: 14px;
    color: #262626;
    outline: none;
    background: none;
}
#userPhoto{
  border-radius: 50%;
}
.productImg{
  /* width: 80px;
  height: 80px;
  margin: auto; */
  display: block;
  position: relative;
  cursor: pointer;
}
.sexTitle{
  text-align: center;
  margin-bottom: 15px;
  font-size: 14px;
}
.sexTitle span{
  font-size: 12px;
  color: #F60000;
  margin-right: 2px;
}
.productImg .sexIcon{
  position: absolute;
  width: 16px;
  height: 16px;
  left: 33px;
  top: 70px;
  display: none;
}
.productImg .floating{
  display: none; 
  position: absolute;
  top: 0;
  z-index: 99; 
  color: #FFF; 
  width: 100%; 
  height: 100%;
  border-radius: 50%; 
  line-height: 100px;
  text-align: center; 
  background: rgb(0 0 0 / 50%);
}
.productImg:hover .floating{
  display: block;
}
.changeSex{
  display: flex;
  width: 250px;
  height: 140px;
  margin: auto;
  justify-content: space-between;
}
.sexIn{
  position: relative;
  height: 100%;
}
.sexLayer{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.sexIn p{
  width: 100%; 
  text-align: center; 
  position: absolute; 
  top: 86px; 
  font-size: 16px;
  color: #9B9B9B;
  cursor: pointer;
}
.changePhoto{
  color: #25913F;
  font-size: 14px;
  margin-top: 30px;
  display: none;
}